Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integrate latest changes from Bevy #709

Merged
merged 8 commits into from
Dec 17, 2021

Conversation

R3DP1XL
Copy link

@R3DP1XL R3DP1XL commented Dec 16, 2021

Integrate latest Bevy changes
Sync to bevyengine/bevy@7356f15

@R3DP1XL R3DP1XL force-pushed the bevy-7356f1586d74039f840bcfcf24af3e21c23e3c18 branch 2 times, most recently from a7ec058 to e51dd20 Compare December 17, 2021 14:15
@R3DP1XL R3DP1XL changed the title integrate latest changes from Bevy (WIP) integrate latest changes from Bevy Dec 17, 2021
@jelmansouri
Copy link
Contributor

Do you know what is the sub-app thingy?

@R3DP1XL R3DP1XL force-pushed the bevy-7356f1586d74039f840bcfcf24af3e21c23e3c18 branch from 76d7211 to 7f5455c Compare December 17, 2021 15:10
@R3DP1XL R3DP1XL merged commit dd36049 into main Dec 17, 2021
@R3DP1XL R3DP1XL deleted the bevy-7356f1586d74039f840bcfcf24af3e21c23e3c18 branch December 17, 2021 15:15
@R3DP1XL
Copy link
Author

R3DP1XL commented Dec 17, 2021

Do you know what is the sub-app thingy?

They were introduced as part of bevyengine/bevy#3175 to support their new pipelined renderer I think.
Used in Bevy's RenderPlugin for scheduling.

let inner_size = winit_window.inner_size();

// move origin to bottom left
let y_position = f64::from(inner_size.height) - position.y;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change intentional? I've changed the mouse cursor a couple of weeks ago to use top left as the origin

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably not you can revert back to your change. Mark it with a comment if possible.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this part was not trivial to merge... changes on both sides if I recall.
please reintegrate your changes Kirill, and sorry if I lost something in the process

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants